6f410d1349c8ce807d6a78a38c7149b4e0e309c5,core/baseLanguage/javadoc/source_gen/jetbrains/mps/baseLanguage/javadoc/editor/MethodDocComment_Editor.java,MethodDocComment_Editor,createCollection_2364_1,#EditorContext#SNode#,55

Before Change


      style.set(StyleAttributes.SELECTABLE, false);
    }
    editorCell.addEditorCell(this.createConstant_2364_4(editorContext, node));
    editorCell.addEditorCell(this.createRefNodeList_2364_1(editorContext, node));
    editorCell.addEditorCell(this.createRefNodeList_2364_2(editorContext, node));
    editorCell.addEditorCell(this.createRefNodeList_2364_3(editorContext, node));
    editorCell.addEditorCell(this.createRefNodeList_2364_4(editorContext, node));
    return editorCell;
  }

After Change


      style.set(StyleAttributes.SELECTABLE, false);
    }
    editorCell.addEditorCell(this.createConstant_2364_2(editorContext, node));
    if (renderingCondition2364_0(node, editorContext, editorContext.getOperationContext().getScope())) {
      editorCell.addEditorCell(this.createRefNodeList_2364_1(editorContext, node));
    }
    if (renderingCondition2364_1(node, editorContext, editorContext.getOperationContext().getScope())) {
      editorCell.addEditorCell(this.createRefNodeList_2364_2(editorContext, node));
    }
    if (renderingCondition2364_2(node, editorContext, editorContext.getOperationContext().getScope())) {
      editorCell.addEditorCell(this.createRefNodeList_2364_3(editorContext, node));
    }
    if (renderingCondition2364_3(node, editorContext, editorContext.getOperationContext().getScope())) {
      editorCell.addEditorCell(this.createRefNodeList_2364_4(editorContext, node));
    }
    if (renderingCondition2364_4(node, editorContext, editorContext.getOperationContext().getScope())) {
      editorCell.addEditorCell(this.createRefNodeList_2364_0(editorContext, node));
    }
    if (renderingCondition2364_5(node, editorContext, editorContext.getOperationContext().getScope())) {
      editorCell.addEditorCell(this.createRefNode_2364_0(editorContext, node));